home *** CD-ROM | disk | FTP | other *** search
- <definitions name ='CalcITEC' targetNamespace = 'http://localhost/itec/CalcITEC.wsdl'
- xmlns:tns='http://localhost/itec/CalcITEC.wsdl'
- xmlns:xsd1='http://localhost/itec/CalcITEC.xsd'
- xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
- xmlns='http://schemas.xmlsoap.org/wsdl/'>
- <types>
- <schema targetNamespace='http://localhost/itec/CalcITEC.xsd'
- xmlns='http://www.w3.org/1999/XMLSchema'>
- </schema>
- </types>
- <message name='Add'>
- <part name='A' type='double'/>
- <part name='B' type='double'/>
- </message>
- <message name='AddResponse'>
- <part name='Result' type='double'/>
- </message>
- <message name='Subtract'>
- <part name='A' type='double'/>
- <part name='B' type='double'/>
- </message>
- <message name='SubtractResponse'>
- <part name='Result' type='double'/>
- </message>
- <message name='Multiply'>
- <part name='A' type='double'/>
- <part name='B' type='double'/>
- </message>
- <message name='MultiplyResponse'>
- <part name='Result' type='double'/>
- </message>
- <message name='Divide'>
- <part name='A' type='double'/>
- <part name='B' type='double'/>
- </message>
- <message name='DivideResponse'>
- <part name='Result' type='double'/>
- </message>
- <portType name='CalcITECPortType'>
- <operation name='Add' parameterOrder='AddInput1 AddInput2'>
- <input message='tns:Add' />
- <output message='tns:AddResponse' />
- </operation>
- <operation name='Subtract' parameterOrder='SubtractInput1 SubtractInput2'>
- <input message='tns:Subtract' />
- <output message='tns:SubtractResponse' />
- </operation>
- <operation name='Multiply' parameterOrder='MultiplyInput1 MultiplyInput2'>
- <input message='tns:Multiply' />
- <output message='tns:MultiplyResponse' />
- </operation>
- <operation name='Divide' parameterOrder='DivideInput1 DivideInput2'>
- <input message='tns:Divide' />
- <output message='tns:DivideResponse' />
- </operation>
- </portType>
- <binding name='CalcITECBinding' type='tns:CalcITECPortType' >
- <soap:binding style='document' transport='http://schemas.xmlsoap.org/soap/http' />
- <operation name='Add' >
- <soap:operation soapAction='http://localhost/itec/CalcITEC.asp' />
- <input>
- <soap:body use='encoded' namespace='http://localhost/itec/CalcITEC.xsd' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' />
- </input>
- <output>
- <soap:body use='encoded' namespace='http://localhost/itec/CalcITEC.xsd' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' />
- </output>
- </operation>
- <operation name='Subtract' >
- <soap:operation soapAction='http://localhost/itec/CalcITEC.asp' />
- <input>
- <soap:body use='encoded' namespace='http://localhost/itec/CalcITEC.xsd' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' />
- </input>
- <output>
- <soap:body use='encoded' namespace='http://localhost/itec/CalcITEC.xsd' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' />
- </output>
- </operation>
- <operation name='Multiply' >
- <soap:operation soapAction='http://localhost/itec/CalcITEC.asp' />
- <input>
- <soap:body use='encoded' namespace='http://localhost/itec/CalcITEC.xsd' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' />
- </input>
- <output>
- <soap:body use='encoded' namespace='http://localhost/itec/CalcITEC.xsd' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' />
- </output>
- </operation>
- <operation name='Divide' >
- <soap:operation soapAction='http://localhost/itec/CalcITEC.asp' />
- <input>
- <soap:body use='encoded' namespace='http://localhost/itec/CalcITEC.xsd' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' />
- </input>
- <output>
- <soap:body use='encoded' namespace='http://localhost/itec/CalcITEC.xsd' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' />
- </output>
- </operation>
- </binding>
- <service name='CalcITEC' >
- <port name='CalcITECPortType' binding='tns:CalcITECBinding' >
- <soap:address location='http://localhost/itec/CalcITEC.asp' />
- </port>
- </service>
- </definitions>
-